Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2019

Bumps jackson-databind from 2.9.5 to 2.9.10.1.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

bocon13 and others added 30 commits October 10, 2019 00:50
Change-Id: Icc74d1aeccf44f68b785b786cae8eafe65700e66
This reverts commit ea8cb75.

Change-Id: I0bc557c4d8da62ac3fd552056e1a335d25104835
Change-Id: I2cfa65fb889f13ed0e4cab1559229f79cdd7a42b
Patch contains several bugfixes and improvements:
- Fixes sid retrieval when the destination leaf is down
- Fixes sid retrieval when ping goes through the spine
- Fixes MPLS deserializer
- Improves Ethernet toString
- Fixes ping to looback for dh host when bond sends to wrong leaf

Change-Id: I05963e74b2976e526826ffd377cadeb462ba0a8d
Change-Id: I6f7b4f78b4dc6a1bc9daa1c7d60e37f46e758253
Change-Id: I242bcb5fadb3d407678212463d4d8eaa06e4f9b7
Change-Id: Iae06ae0f2d5e8a807dc564ee8c64e2982fe9726f
- ADVA terminal device discovery
- Power config capabilities for line interfaces
- Wavelength conifig on line interface

Change-Id: I1865c3af6fe9caf8ada48c290fbc4c6b8d11db1d
…er driver"

This reverts commit 8b64ee2.

Change-Id: Ibf84b92b18e78796ad7d9b169350d43ed99db9ec
Change-Id: Ie47df8a3a11aeeb11b6c5f43cc1608827f8ddf8f
Change-Id: I32c86793db14698280199dd24f9a0e3731fb9771
Change-Id: I2ac058c25fa5c112b65f42a3c8d7fc30cc06b04d
We provide a new service to facilitate registration of vendor-specific
versions of the Fabric pipeconf (e.g., for Tofino) from third-party
apps. This service is designed such that third-party apps do not need to
depend on internal classes at compile time, such as the behaviour
implementations.

To make this possible, the package structure has been refactored to
separate APIs from implementation.

Change-Id: I487cb806541eb9e6877ebf398a94f057613df8cc
(cherry picked from commit 36d5e7a)
Change-Id: Icc6d5a436cdaee10dde4f751bff944ccda69d8aa
Change-Id: I2cd2f2ac5e7c7079ae87bfe32e76baeb97567e02
Also tidied up onos.service.ts a bit for unused methods
Changed error message in Bazel build to point to new location under Bazel 1.0

Change-Id: Ie95f6fbb108386d3632cc8fa6656dc5b699023d9
- Remove redundant protobuf import (already imported in
   protobuf_workspace.bzl)
- Use released version of bazel buildtools instead of master to achieve
   reproducible builds

Change-Id: I92ebcfd2a0dc0352324461b9356dd348fceae2ff
Change-Id: I3ae0813c5e8aba48767d5bb235fbbcfb75954010
(cherry picked from commit 693d76f)
We achieve this by creating a special mirror to store the original
default entries as specified in the P4 program. Applications can modify
the default entry by inserting flow rules with empty selectors. When
removing such flow rule, the default table entry is restored to the
original one as stored in the mirror.

Change-Id: Ib11a7172ab56be7cbbd23022e4b62ed6b70b6eca
Trigger the driver to remove the double tagged rules (fwd classifier) when removing the flow objective and no other host is connected to the same port

Change-Id: I83d50f9b3404f2eaa733cc0c75f76bfe3562b5e8
(cherry picked from commit 7c4534c)
Change-Id: Ia23ec444860ae8b5be0b6de3a9f141c886eae3c6
Make sure packet in still happens even when filtering obj is absent.
VLAN assignment won't happen in this case,
meaning that whatever VLAN a packet carries is the original VLAN and therefore should be persisted.

Change-Id: Ia005abe6354ad4008f88e7378ba4c06bc6b80c81
- BngProgrammable interface moved to ONOS core
- BngProgrammable implementation in fabric pipeliner

Change-Id: Ia020d19f305d8819eef7f70453b14cb00fd31af8
(cherry picked from commit 8fd75e7)
Change-Id: Icba49cc4ee8b55ca83686a1c362560f5031a755f
(cherry picked from commit 15a7c12)
Change-Id: I722ffd8438728e6658a0589aa12b087ad5da8864
Change-Id: Ife763092da8d4ad8f361dbb7cfe5532c54c24ebe
- setting s_tag and c_tag for BNG as early as possible in the pipeline
- ingress_port_vlan was matching on inner_vlan_tag but that field could be not present

Change-Id: Id4d51159a314d45cec370471ed244a51fd74338b
Change-Id: I5d7697069d804eeb88eb57cbd845af90764c7a86
Change-Id: I979693aa220e2666c13c4015435c66173624ea64
- offloading redoRoutingEdgePairs to predictable callables
- offloading redoRoutingIndDests to predictable callables

Change-Id: Ia08e2cdbd03c513ec15900fd5117cc055cd95d4e
pierventre and others added 2 commits November 8, 2019 09:15
- trying rehash of the routes for each link up
- redoing reroute only for the routes where rehash fails

Change-Id: I7495277af73d8948300f170fa92cbbfecc338d89
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 13, 2019
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2020

Superseded by #55.

@dependabot dependabot bot closed this Mar 4, 2020
@dependabot dependabot bot deleted the dependabot/maven/tools/build/libgen/com.fasterxml.jackson.core-jackson-databind-2.9.10.1 branch March 4, 2020 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.